home *** CD-ROM | disk | FTP | other *** search
- object FavoriteForm: TFavoriteForm
- Left = 281
- Top = 249
- BorderStyle = bsDialog
- Caption = 'Favorite Folders'
- ClientHeight = 262
- ClientWidth = 490
- Color = clBtnFace
- ParentFont = True
- KeyPreview = True
- OldCreateOrder = True
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label3: TLabel
- Left = 8
- Top = 9
- Width = 65
- Height = 13
- Caption = 'Archive &type:'
- FocusControl = FileType
- end
- object FILENAME: TTntLabel
- Left = 8
- Top = 240
- Width = 377
- Height = 13
- AutoSize = False
- end
- object FileType: TComboBox
- Left = 88
- Top = 6
- Width = 294
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = FileTypeChange
- Items.Strings = (
- 'All archives'
- 'Encrypted files'
- 'Encoded files'
- 'ZIP files'
- 'RAR files'
- 'CAB files'
- 'LHA files'
- 'ACE files'
- 'ARJ files'
- 'JAR files'
- 'ARC files'
- 'ZOO files'
- 'BH (BlakHole) files'
- 'TAR, TAR.GZ and TAR.BZ2 files')
- end
- object FileList: TdfsExtListView
- Left = 7
- Top = 32
- Width = 374
- Height = 195
- SmallImages = dfsSystemImageList1
- Columns = <
- item
- Caption = 'Name'
- Width = 107
- end
- item
- Alignment = taCenter
- Caption = 'Date'
- Width = 115
- end
- item
- Caption = 'Folder'
- Width = 128
- end>
- ExtendedStyles = [lvxFullRowSelect]
- ColumnsFormat = <>
- ShowSortArrows = True
- OnDblClick = FileListDblClick
- ReadOnly = True
- OnChange = FileListChange
- OnColumnClick = FileListColumnClick
- TabOrder = 1
- ViewStyle = vsReport
- end
- object SearchButt: TButton
- Left = 391
- Top = 72
- Width = 92
- Height = 25
- Caption = '&Find Archives...'
- TabOrder = 4
- OnClick = SearchButtClick
- end
- object CancelButt: TButton
- Left = 391
- Top = 40
- Width = 92
- Height = 25
- Caption = '&Cancel'
- TabOrder = 3
- OnClick = CancelButtClick
- end
- object OKButt: TButton
- Left = 391
- Top = 8
- Width = 92
- Height = 25
- Caption = '&Open'
- Default = True
- TabOrder = 2
- OnClick = OKButtClick
- end
- object OptionsButt: TButton
- Left = 391
- Top = 232
- Width = 92
- Height = 25
- Caption = 'O&ptions...'
- TabOrder = 6
- OnClick = OptionsButtClick
- end
- object Button1: TButton
- Left = 391
- Top = 104
- Width = 92
- Height = 25
- Caption = '&Help'
- TabOrder = 5
- OnClick = Button1Click
- end
- object dfsSystemImageList1: TdfsSystemImageList
- ShareImages = True
- ImageSize = isSmall
- Left = 16
- Top = 72
- end
- end
-